Description
Sets the webhooks for the specified vault.
Parameters
Name | Description | Data Type |
vaultName | Name of vault to get and set webhooks | string |
Request (application/json, text/json)
Sample Data
{
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
}
Request (application/xml, text/xml)
Sample Data
<ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringArrayOfstringty7Ep6D1>
<Key>sample string 1</Key>
<Value>
<string>sample string 1</string>
<string>sample string 2</string>
</Value>
</KeyValueOfstringArrayOfstringty7Ep6D1>
<KeyValueOfstringArrayOfstringty7Ep6D1>
<Key>sample string 2</Key>
<Value>
<string>sample string 1</string>
<string>sample string 2</string>
</Value>
</KeyValueOfstringArrayOfstringty7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1>
Request (application/x-www-form-urlencoded)
Response (application/json, text/json, application/xml, text/xml)
Example
Click and save the following to your computer. Then drag/drop it into Postman:
HooksManagement.postman_collection.json
See Also